.text-center {
    text-align: center;
}

.body {
    padding: 0 15px;
    min-width: 600px;
}

.btn-bg-fill {
    padding: 10px 80px;
    background: #0090eb;
    color: #fff;
    font: 300 20px/45px Roboto, sans-serif;
    border-radius: 7px;
}

div a.btn-bg-fill:hover {
    text-decoration: none;
    color: #fff;
}

.topr img {
    vertical-align: middle;
    margin-right: 10px;
}



.content-box {
    display: flex;
    width: 100%;
    padding-top: 20px;
}

/* menu */
.menu {
    /* background-color:rgba(139, 23, 43, 0.15);
    padding: 10px 0; */
    /* background-color: #fff; */
}

.menu li {
    margin-bottom: 10px;
}

.title-3 {
    width: 210px;
    user-select: none;
}

.title-4 {
    margin-top: 10px;
    user-select: none;
    display: none;
}

#collapse {
    display: block;
    height: 25px;
    margin: 3px 0 7px 15px;
    width: 28px;
    background-image: url(../images/menu.png);
    text-indent: -1000em;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    background-size: 100% 100%;
}

#collapse:hover {
    background-image: url(../images/menu.png)
}

div.col-left {
    display: table-cell;
    vertical-align: top;
    /*width: 20%;*/
    min-height: 100px;
    overflow: visible !important;
}

div.left-menu ul ul {
    padding: 0 0 0 15px;
}

div.left-menu li a {
    /*display: flex;*/
    /*align-items: center;*/
    /*width: 100%;*/
}
a.selected,
span.selected {
    color: #46b6fe;
}
.lsm-sidebar-more{
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(180deg);
    padding: 0 40px;
    cursor: pointer;
}
.lsm-sidebar-more::after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 0;
}

.actived.lsm-sidebar-more::after{
    transform: rotate(90deg);
    /* transition: 300ms; */
}

/* index-右侧 */
div.col-right {
    flex: 1;
    margin-left: 10px;
    padding-left: 10px;
    /* background-color: #f5f5f5; */
}

/* 首页 */

/* 专题缩略图 */
.index .view-all{
    margin: 50px auto 70px;
}
.index .view-all a.btn-bg-fill:hover{
text-decoration: none;
}
.ratio.image-box .img-box {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ratio.image-box .fleximage-item {
    margin-bottom: 10px;
    margin-right: 20px;
    width: calc(calc(100% - 60px) / 4);
}

.ratio.image-box .fleximage-item:nth-child(4n) {
    margin-right: 0;
}

.ratio.image-box .img-box {
    padding-bottom: 66.36%;
    width: 100%;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-box .fleximage-item div {
    padding-bottom: 66.36%;
    width: 100%;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.phone.image-box .fleximage-item div{
    padding-bottom: 152%;
}

.zt.image-box .fleximage-item div{
    padding-bottom: 75%;
}

div.col-right .title {
    flex-basis: 100%;
    margin-bottom: 15px;
    color: #5db0e5;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 3px;
}

.col-right .new-pic a:hover {
    text-decoration: underline;
}

.ad-box {
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}
.fenlei-list{
    display: flex;
    flex-wrap: wrap;
    min-width: 1096px;
    justify-content: space-between;
}
.fenlei-list li {
    width: calc(calc(100% - 100px) / 9);
    float: left;
    text-align: center;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
}
.fenlei-list li:nth-child(9n){
    margin-right: 0px;
}
.fenlei-list li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 3px;
}

.fenlei-list li a:hover {
    color: #00a2ff;
    transition: all 0.3s;
    border-radius: 3px;
}

/* 定宽img */
.image-box {
    display: flex;
    flex-wrap: wrap;
}

.pics.image-box .fleximage-item {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
}
.fleximage-item p{
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pics.image-box .fleximage-item:nth-child(4n) {
    margin-right: 0;
}

.image-box img {
    width: 100%;
    height: auto;
}

.image-box h4 {
    font-size: 16px;
    /* padding-left: 4px; */
    margin-top: 3px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 手机定宽img */


.phone .fleximage-item {
    width: calc((100% - 100px)/6);
    margin-right: 20px;
    margin-bottom: 10px;
}


.phone.image-box .fleximage-item:nth-child(6n) {
    margin-right: 0;
}

.phone .fleximage-item p {
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-rec .fleximage-item p {
    padding: 0 10px 0 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt-index .fleximage-item p {
    font-size: 16px;
}

/* 瀑布流 */
.flex-images {
    overflow: hidden;
    margin: 0 5px 0 0;
}

.flex-images .list-info a {
    width: 100%;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    text-align: center;
}

.flex-images .flex-list.item {
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.index img:hover {
    opacity: .8;
}

/*=====内容页=====*/
.desk-tit-l .hits i,
.desk-tit-r .title_czky i,
.desk-tit-r .title_save i,
.desk-tit-r .smcode i.angle {
    background: url(../images/icosprit.png) no-repeat;
}

.show-desk {
    position: relative;
    text-align: center;
}

.h1 {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
}

.show-desk  .photo-a {
    display: inline-block;
    margin: 0 auto 26px;
}

.show-desk .photo-a span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 99;
    background-color: #000;
    padding: 1px 5px;
    border-radius: 2px;
    opacity: 0.7;
    font-size: 16px;
}

.show-desk img {
    display: block;
    max-width: 1150px;
    max-height: 70vh;
    margin: 0 auto;
    width: 100% !important;
    object-fit: scale-down;
}

a.wb_show_prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 100;
    cursor: pointer;
    background: url(../images/back.png) no-repeat;
    width: 50px;
    height: 50px;
}

a.wb_show_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 100;
    cursor: pointer;
    background: url(../images/back.png) no-repeat;
    right: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}


.desk-con .con-tags {
    height: 26px;
    overflow: hidden;
    text-align: center;
}

.desk-con .con-tags a {
    display: inline-block;
    line-height: 23px;
    height: 24px;
    padding: 0 8px;
    margin-right: 10px;
    background-color: #35383f;
    color: #fff;
    border-radius: 4px;
}

.desk-con a:hover {
    /* background-color: #00a2ff; */
    /* color: #fff; */
}

.desk-con .con-pp {
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 26px;
    color: #999;
}

.desk-con .con-pp a {
    color: #00a2ff;
}

.desk-con .con-pp a:hover {
    color: #fa8405;
    text-decoration: underline;
}

.desk-con .con-jianjie {
    padding: 12px 0 0;
}

.desk-con .jianjie {
    font-size: 14px;
    color: #444;
    line-height: 26px;
}

.desk-tisps {
    background: #faf8f6;
    border: 1px dashed #f8ca8c;
    padding: 0 10px 10px;
    margin: 12px 19px 0;
    line-height: 26px;
    color: #777;
}

.desk-tisps dt {
    font-weight: bold;
    color: #565656;
    line-height: 22px;
    background: url(../images/easyicos.png) no-repeat 0 -343px;
    padding: 5px 0 5px 36px;
    margin-top: 7px;
}

.desk-tisps a {
    color: #fa8405;
    padding: 0 4px;
}

.desk-tisps a:hover {
    text-decoration: underline;
}

.desk-tisps span.sc {
    cursor: pointer;
}

.title2 {
    margin: 50px auto 20px;
    font-size: 20px;
    text-align: center;
}

.block-download {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 20px auto 20px;
    text-align: center;
    font-family: Roboto, sans-serif;
    z-index: 99;
}

.block-download__button {
    background-color: #1380d3;
    width: 100%;
    text-align: center;
    height: 45px;
    border-radius: 5px;
    outline: 0;
    display: inline-block;
    font-size: 20px;
    font: 300 20px/45px Roboto, sans-serif;
    cursor: pointer;
    color: #fff;
}

.block-download__dropdown {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 15px;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 45px;
    border-radius: 5px;
    display: none;
}

.focused.block-download__button {
    background: var(--btn-bg-color);
}

.block-download__dropdown__inner {
    background-color: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    bottom: 9px;
    width: 100%;
    margin-top: 9px;
    padding: 14px 0 6px;
    position: relative;

}

.block-download__dropdown__inner:before {
    content: "";
    display: table;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f9f9f9;
    transform: rotate(45deg);
    bottom: -5px;
    left: calc(50% - 6px);
    z-index: 1;
}

.block-download__dropdown p {
    padding-bottom: 8px;
}

.block-download__dropdown p>span {
    display: inline-block;
    width: 35%;
    box-sizing: border-box;
    padding-right: 4px;
    text-align: right;
}

.block-download__dropdown p>a {
    text-decoration: none;
}

.block-download__dropdown a {
    color: #000;
}

.col-right .fleximage-item a:hover {
    text-decoration: underline;

}


.block-download__resolutions--5 a:hover {
    text-decoration: underline;
}

/* 表情包页 */
.biaoqingbao {
    /* background-color: #f9f9f9; */
}

.segment {
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    margin: 1rem 0;
    padding: 20px 0;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    padding: 20px 50px;
}

.biaoqingbao .header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    margin: 0 auto;
    margin-bottom: 16px;

}

.biaoqingbao .header h1 {
    font-size: 1.25rem;
}

.biaoqingbao .header span {
    color: #999;
}

.ellipsis-box {
    display: flex;
    flex-direction: column;
}

i.icon {
    background-image: url(../images/dots-vertical.png);
    width: 13px;
    height: 12px;
    background-size: 100%;
    display: inline-block;
}

.biaoqingbao .bqppdiv {
    width: calc(calc(100% - 180px) / 8);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 20px;
    box-sizing: border-box;
}

.biaoqingbao .bqppdiv:nth-child(8n) {
    margin-right: 0;
}

.biaoqingbao .bqppdiv p {
    padding-bottom: 100%;
    position: relative;
}

.biaoqingbao .bqppdiv p>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* 表情包详情页 */
.biaoqingbao-detail .flex-list {
    padding: 10px;
    margin-bottom: 20px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.biaoqingbao-detail .top {
    background-color: #40464a;
}

.biaoqingbao-detail .top .image-box {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 20px 0;
    width: 640px;
    margin: 0 auto;
}

.biaoqingbao-detail .top .image-box>img {
    /*max-width: 850px;*/
    width: calc((100% - 40px) / 3);
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

.biaoqingbao-detail .top .image-box{
    font-size: 0;
}

.biaoqingbao-detail .top .image-box>img:nth-child(3n+3) {
    margin-right: 0;
}

/* .biaoqingbao-detail .h1 {
    font-size: 26px;
    box-sizing: border-box;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 10px;
} */

.details {
    height: 50px;
    line-height: 50px;
    background-color: #40464a;
    padding-left: 10px;
}

.btn-box a {
    width: 30%;
    border-radius: 1.5rem;
    padding: 0.78571429em 1.2em;
    background: #40464a;
    text-align: center;
}

.btn-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

/* 专题列表页 */
.zt-list .zt_list_wrap {
    margin: 0 auto 20px;
}

.zt_list_wrap .mytp_bigpic img {
    /*max-height: 225px;*/
    object-fit: cover;
}

.zt-list .mytp_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.zt-list .flex-images .flex-list.item {
    margin-bottom: 50px;
}

/* 精选一图列表页 */
.fleximage-item .titles {
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}

.jxyt-list .flex-images .flex-list.item {
    margin-bottom: 50px;
}

.zt-list .pics.image-box .fleximage-item .img-box,
.tag-list .pics.image-box .fleximage-item .img-box,
.jxyt-list .pics.image-box .fleximage-item .img-box,
.hot-pic .jxyt.image-box .fleximage-item .img-box,
.zt-list .pics.image-box .fleximage-item .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.zt-list .pics.image-box .fleximage-item .img-box,
.tag-list .pics.image-box .fleximage-item .img-box,
.jxyt-list .pics.image-box .fleximage-item .img-box {
    padding-bottom: 66%;
}

/* 标签列表页 */
.tag-list .flex-list .titles {
    width: 100%;
    padding: 8px 4px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.tag-list .flex-images .flex-list.item {
    margin-bottom: 50px;
}

.tag-list .flex-list .titles:hover {
    text-decoration: underline;
}

/* 热门图片 */
.kinds-box-none {
    display: none;
}
.hot-pic .kinds-box {
    align-items: center;
    margin: 0px 0 22px;
    justify-content: space-between;
}
.hot-pic .kinds-box-show{
    display: flex;
}
.hot-pic .kinds-box .active {
    color: #fff;
}

.hot-pic .kinds-box a:hover {
    color: #fff;
}

.hot-pic .kinds-box a {
    width: 24%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #565656;
    border-radius: 4px;
    color: #999;
}
.screen-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.screen-box .position{
    margin-bottom: 0;
}
.screen-box .screen{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #40464a;
    border-radius: 3px;
    padding: 3px 12px;
    cursor: pointer;
}


.hot-pic .pics.current {
    display: flex;
}

.hot-pic .jxyt .current.jxyt {
    display: block;
    visibility: visible;
}
.flex-images.jxyt .fleximage-item{
margin-bottom: 50px;
}
.hot-pic .flex-list a.titles {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 30px;
}

.col-right .kinds-content-box {
    display: none;
}

.col-right .kinds-content-box.kinds-content-box-show {
    display: block;
}

/* 手机壁纸列表页 */


.zttj-pic1 {
    position: relative;
}

/* 标签页面 */
.tag-wrap {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.tag_item {
    overflow: hidden;
}

.tag_item li {
    width: 16.6%;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.tag_item li a {
    border-radius: 3px;
    display: block;
    border: 1px solid #40464a;
    margin: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #40464a;
}

.tag_item li:hover a,
.tag_item li.cur a {
    box-shadow: 0 4px 10px -4px rgba(48, 63, 107, 0.20);
    border: 1px solid #00a2ff;
    color: #00a2ff;
}

@media screen and (min-width:650px) {
    #search {
        display: block
    }


/* 
    .image-box .fleximage-item {
        width: calc((100% - 10px)/2);
    }

    .phone.image-box .fleximage-item {
        width: calc((100% - 50px)/6);
    } */
}

@media screen and (min-width:700px) {
    /* div.col-left {
        width: 12%
    } */
}

@media screen and (min-width:780px) {
    /* div.col-left {
        width: 17%
    } */

    #submit-image {
        visibility: visible
    }
}

@media screen and (min-width:900px) {
    /* div.col-left {
        width: 17%;
    } */

    div.inner {
        width: 80%
    }

    .magazine__block--big {
        flex-basis: 100%
    }

    .magazine__button a {
        padding: 0 70px
    }

    div.cc-dialog {
        bottom: 1em;
        left: auto;
        right: 1em;
        width: 320px
    }
}

@media screen and (min-width:1100px) {
    /* div.col-left {
        width: 19%
    } */

    p.report-image {
        display: block
    }
}

@media screen and (min-width:1000px) and (orientation:landscape),
all and (min-width:1000px) and (aspect-ratio:1/1) {
    .body {
        padding: 0 15px;
        min-width: 1012px;
        max-width: auto;
    }

    .body.hidden-menu div.col-left {
        width: 28px;
    }

    .body.hidden-menu div.col-right {
        width: 99%;
    }

    .body.hidden-menu #content div.col-right div.banner {
        width: 72%
    }

    .title-3 {
        font-size: 18px
    }

    #related .title-3 {
        font-size: 20px
    }

    .title-4 {
        font-size: 16px;
    }





    div.col-left div.banner {
        margin-bottom: 16px;
        text-align: left
    }

    div.col-left div.banner a {
        width: 180px;
        height: 150px;
        display: inline-block
    }

    div.col-right div.banner a {
        width: 728px;
        height: 90px
    }

    form.form label {
        display: inline-block;
        text-align: right
    }

    form.form {
        width: 650px
    }

    form.form p.button {
        margin: -44px 0 0 402px
    }

    p.social {
        padding-top: 5px
    }

    div.col-left p.get-app {
        display: block
    }

    div.col-right p.get-app {
        display: none
    }

    form.contact-replace p {
        font-size: 18px
    }

    div.inner-params p.uploaded {
        display: block
    }

    #content p.social a {
        margin-right: 18px
    }

    .body.hidden-menu div.left-menu {
        position: absolute;
        margin-left: -280px
    }

    #collapse {
        visibility: visible
    }

    .body.hidden-menu #collapse {
        animation: collapse-animation 2s infinite;
        margin-left: -25px
    }

    @keyframes collapse-animation {
        0% {
            background-image: url(../images/menu.png)
        }

        50% {
            background-image: url(../images/menu-hover.png)
        }

        100% {
            background-image: url(../images/menu.png)
        }
    }

    div.tags-content {
        width: 50%
    }

    html[amp] amp-sidebar {
        display: none
    }
}
@media screen and (max-width:1200px){
    .title-3{
        font-size: 16px;
    }
}
@media screen and (min-width:1200px) {
    .body {
        padding: 0 25px;
    }

    /* div.col-left {
        width: 18%
    } */

    div.pic-left {
        font-size: 14px
    }

    div.col-right h2.magazine__title {
        font-size: 42px;
        line-height: 42px
    }


    .magazine__block--big {
        flex-basis: 50%
    }

    .magazine__button a {
        padding: 0 100px
    }
}


.has-detail p{
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
}

.none {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.search-title {
    text-align: left;
    color: #5db0e5;
    font-size: 24px;
}

.support_type {
    display: flex;
    justify-content: space-between;
}

.support_type a {
    width: 18%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #565656;
    border-radius: 4px;
    color: #999;
}

.support_type a.active {
    color: #fff;
}